home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / SESK / tutroppl / 95DOSMIX.BAT next >
DOS Batch File  |  1996-03-19  |  856b  |  27 lines

  1. echo off
  2. REM ** 95DOSMIX.BAT
  3. REM ** This batch file will reset the audio levels while in a DOS box in
  4. REM ** Windows 95.  You can customize the values below, or you can
  5. REM ** graphically change the values by typing TBSMIX.EXE in the
  6. REM ** TBEACH\DOSAPPS directory.
  7.  
  8. REM ** This batch file assumes that your TBEACH/DOSAPPS directory is on your
  9. REM ** boot drive.  For the example below, we have chosen C: as the drive
  10. REM ** letter.  If you do not have these directories on your C: drive, please
  11. REM ** change the drive to the appropriate letter.  Be sure to save your
  12. REM ** settings!
  13. REM *************************************************************************
  14. cls
  15. C:
  16. CD\TBEACH\DOSAPPS
  17. TBSMIX.EXE /M=15 /W=8 /L=15 /F=15 /C=12
  18. cd\
  19. rem command.com
  20. cls
  21. echo.
  22. echo Tropez Plus DOS Levels Have Been Reset . . . 
  23. echo.
  24. pause
  25. echo.
  26.  
  27.